3.16.66 \(\int (a+b x)^{-3-n} (c+d x)^n \, dx\)

Optimal. Leaf size=80 \[ \frac {d (a+b x)^{-n-1} (c+d x)^{n+1}}{(n+1) (n+2) (b c-a d)^2}-\frac {(a+b x)^{-n-2} (c+d x)^{n+1}}{(n+2) (b c-a d)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 80, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {45, 37} \begin {gather*} \frac {d (a+b x)^{-n-1} (c+d x)^{n+1}}{(n+1) (n+2) (b c-a d)^2}-\frac {(a+b x)^{-n-2} (c+d x)^{n+1}}{(n+2) (b c-a d)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^(-3 - n)*(c + d*x)^n,x]

[Out]

-(((a + b*x)^(-2 - n)*(c + d*x)^(1 + n))/((b*c - a*d)*(2 + n))) + (d*(a + b*x)^(-1 - n)*(c + d*x)^(1 + n))/((b
*c - a*d)^2*(1 + n)*(2 + n))

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*Simplify[m + n + 2])/((b*c - a*d)*(m + 1)), Int[(a + b*x)^Simplify[m +
1]*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && ILtQ[Simplify[m + n + 2], 0] &&
 NeQ[m, -1] &&  !(LtQ[m, -1] && LtQ[n, -1] && (EqQ[a, 0] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && (
SumSimplerQ[m, 1] ||  !SumSimplerQ[n, 1])

Rubi steps

\begin {align*} \int (a+b x)^{-3-n} (c+d x)^n \, dx &=-\frac {(a+b x)^{-2-n} (c+d x)^{1+n}}{(b c-a d) (2+n)}-\frac {d \int (a+b x)^{-2-n} (c+d x)^n \, dx}{(b c-a d) (2+n)}\\ &=-\frac {(a+b x)^{-2-n} (c+d x)^{1+n}}{(b c-a d) (2+n)}+\frac {d (a+b x)^{-1-n} (c+d x)^{1+n}}{(b c-a d)^2 (1+n) (2+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 60, normalized size = 0.75 \begin {gather*} \frac {(a+b x)^{-n-2} (c+d x)^{n+1} (a d (n+2)-b (c n+c-d x))}{(n+1) (n+2) (b c-a d)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^(-3 - n)*(c + d*x)^n,x]

[Out]

((a + b*x)^(-2 - n)*(c + d*x)^(1 + n)*(a*d*(2 + n) - b*(c + c*n - d*x)))/((b*c - a*d)^2*(1 + n)*(2 + n))

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.05, size = 0, normalized size = 0.00 \begin {gather*} \int (a+b x)^{-3-n} (c+d x)^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x)^(-3 - n)*(c + d*x)^n,x]

[Out]

Defer[IntegrateAlgebraic][(a + b*x)^(-3 - n)*(c + d*x)^n, x]

________________________________________________________________________________________

fricas [B]  time = 1.28, size = 207, normalized size = 2.59 \begin {gather*} \frac {{\left (b^{2} d^{2} x^{3} - a b c^{2} + 2 \, a^{2} c d + {\left (3 \, a b d^{2} - {\left (b^{2} c d - a b d^{2}\right )} n\right )} x^{2} - {\left (a b c^{2} - a^{2} c d\right )} n - {\left (b^{2} c^{2} - 2 \, a b c d - 2 \, a^{2} d^{2} + {\left (b^{2} c^{2} - a^{2} d^{2}\right )} n\right )} x\right )} {\left (b x + a\right )}^{-n - 3} {\left (d x + c\right )}^{n}}{2 \, b^{2} c^{2} - 4 \, a b c d + 2 \, a^{2} d^{2} + {\left (b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}\right )} n^{2} + 3 \, {\left (b^{2} c^{2} - 2 \, a b c d + a^{2} d^{2}\right )} n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(-3-n)*(d*x+c)^n,x, algorithm="fricas")

[Out]

(b^2*d^2*x^3 - a*b*c^2 + 2*a^2*c*d + (3*a*b*d^2 - (b^2*c*d - a*b*d^2)*n)*x^2 - (a*b*c^2 - a^2*c*d)*n - (b^2*c^
2 - 2*a*b*c*d - 2*a^2*d^2 + (b^2*c^2 - a^2*d^2)*n)*x)*(b*x + a)^(-n - 3)*(d*x + c)^n/(2*b^2*c^2 - 4*a*b*c*d +
2*a^2*d^2 + (b^2*c^2 - 2*a*b*c*d + a^2*d^2)*n^2 + 3*(b^2*c^2 - 2*a*b*c*d + a^2*d^2)*n)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int {\left (b x + a\right )}^{-n - 3} {\left (d x + c\right )}^{n}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(-3-n)*(d*x+c)^n,x, algorithm="giac")

[Out]

integrate((b*x + a)^(-n - 3)*(d*x + c)^n, x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 123, normalized size = 1.54 \begin {gather*} \frac {\left (a d n -b c n +b d x +2 a d -b c \right ) \left (b x +a \right )^{-n -2} \left (d x +c \right )^{n +1}}{a^{2} d^{2} n^{2}-2 a b c d \,n^{2}+b^{2} c^{2} n^{2}+3 a^{2} d^{2} n -6 a b c d n +3 b^{2} c^{2} n +2 a^{2} d^{2}-4 a b c d +2 b^{2} c^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^(-3-n)*(d*x+c)^n,x)

[Out]

(b*x+a)^(-n-2)*(d*x+c)^(n+1)*(a*d*n-b*c*n+b*d*x+2*a*d-b*c)/(a^2*d^2*n^2-2*a*b*c*d*n^2+b^2*c^2*n^2+3*a^2*d^2*n-
6*a*b*c*d*n+3*b^2*c^2*n+2*a^2*d^2-4*a*b*c*d+2*b^2*c^2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int {\left (b x + a\right )}^{-n - 3} {\left (d x + c\right )}^{n}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(-3-n)*(d*x+c)^n,x, algorithm="maxima")

[Out]

integrate((b*x + a)^(-n - 3)*(d*x + c)^n, x)

________________________________________________________________________________________

mupad [B]  time = 0.74, size = 214, normalized size = 2.68 \begin {gather*} \frac {\frac {x\,{\left (c+d\,x\right )}^n\,\left (2\,a^2\,d^2-b^2\,c^2+a^2\,d^2\,n-b^2\,c^2\,n+2\,a\,b\,c\,d\right )}{{\left (a\,d-b\,c\right )}^2\,\left (n^2+3\,n+2\right )}+\frac {a\,c\,{\left (c+d\,x\right )}^n\,\left (2\,a\,d-b\,c+a\,d\,n-b\,c\,n\right )}{{\left (a\,d-b\,c\right )}^2\,\left (n^2+3\,n+2\right )}+\frac {b^2\,d^2\,x^3\,{\left (c+d\,x\right )}^n}{{\left (a\,d-b\,c\right )}^2\,\left (n^2+3\,n+2\right )}+\frac {b\,d\,x^2\,{\left (c+d\,x\right )}^n\,\left (3\,a\,d+a\,d\,n-b\,c\,n\right )}{{\left (a\,d-b\,c\right )}^2\,\left (n^2+3\,n+2\right )}}{{\left (a+b\,x\right )}^{n+3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)^n/(a + b*x)^(n + 3),x)

[Out]

((x*(c + d*x)^n*(2*a^2*d^2 - b^2*c^2 + a^2*d^2*n - b^2*c^2*n + 2*a*b*c*d))/((a*d - b*c)^2*(3*n + n^2 + 2)) + (
a*c*(c + d*x)^n*(2*a*d - b*c + a*d*n - b*c*n))/((a*d - b*c)^2*(3*n + n^2 + 2)) + (b^2*d^2*x^3*(c + d*x)^n)/((a
*d - b*c)^2*(3*n + n^2 + 2)) + (b*d*x^2*(c + d*x)^n*(3*a*d + a*d*n - b*c*n))/((a*d - b*c)^2*(3*n + n^2 + 2)))/
(a + b*x)^(n + 3)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**(-3-n)*(d*x+c)**n,x)

[Out]

Timed out

________________________________________________________________________________________